Random Integers
The device can generate a random numeric value that may be substituted where the type ‘Int’ is required. The syntax for random numeric values is:
Rand.number.<low number>.<high number>
Examples:
Rand.number.5.32: This generates an integer between 5 and 32